feat: schedule module#11
Merged
Merged
Conversation
✅ Deploy Preview for bs-said-yes ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
7263236 to
cdbce4e
Compare
cdbce4e to
848d4fc
Compare
There was a problem hiding this comment.
Pull request overview
This PR adds a new Schedule module to the application, along with supporting features for icons and enhanced link functionality. The changes enable content authors to create schedule/event displays with multiple call-to-action buttons that can include icons and file downloads.
Changes:
- Adds a new Schedule module with GraphQL schema, fragment, and Vue component for displaying event schedules
- Enhances the Link fragment to support icons and file downloads
- Introduces icon rendering infrastructure with IconRenderer component and four new icon components (Google, Apple, Download, ArrowForward)
- Updates FiftyFifty modules to support different call-to-action styles (Button vs Arrow Link) with icon support
- Adds LinkCollection component for rendering lists of links with consistent styling
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| server/graphql/modules/schedule.fragment.ts | New GraphQL fragment defining the Schedule module schema |
| server/graphql/queries/page-standard.query.ts | Integrates Schedule fragment into the page query |
| server/graphql/fragments/link.fragment.ts | Adds icon and fileDownload fields to Link fragment |
| server/graphql/modules/fifty-fifty.fragment.ts | Adds callToActionStyle field to FiftyFifty fragment |
| app/components/modules/Schedule.vue | New component for rendering schedule/event modules |
| app/components/render/IconRenderer.vue | New component for dynamically rendering icons based on type |
| app/components/render/ModuleRenderer.vue | Registers Schedule module for rendering |
| app/components/base/LinkCollection.vue | New component for rendering collections of links with arrow styling |
| app/components/base/InlineLink.vue | Enhanced to support icons, trailing slots, and external icon control |
| app/components/modules/FiftyFiftyWhite.vue | Updated to support callToActionStyle and icon props |
| app/components/modules/FiftyFiftySecondary.vue | Updated to support callToActionStyle and icon props |
| app/components/svg/IconGoogle.vue | New Google icon SVG component |
| app/components/svg/IconApple.vue | New Apple icon SVG component |
| app/components/svg/IconDownload.vue | New Download icon SVG component |
| app/components/svg/IconArrowForward.vue | New forward arrow icon SVG component |
| app/assets/css/_component.css | Updates button-secondary text color from action to slate |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.